ContentSecurityPolicyIssueDetails

data class ContentSecurityPolicyIssueDetails(blockedURL: String?, violatedDirective: String, isReportOnly: Boolean, contentSecurityPolicyViolationType: ContentSecurityPolicyViolationType, frameAncestor: AffectedFrame?, sourceCodeLocation: SourceCodeLocation?, violatingNodeId: BackendNodeId?)

Constructors

ContentSecurityPolicyIssueDetails
Link copied to clipboard
fun ContentSecurityPolicyIssueDetails(blockedURL: String? = null, violatedDirective: String, isReportOnly: Boolean, contentSecurityPolicyViolationType: ContentSecurityPolicyViolationType, frameAncestor: AffectedFrame? = null, sourceCodeLocation: SourceCodeLocation? = null, violatingNodeId: BackendNodeId? = null)

Properties

blockedURL
Link copied to clipboard
val blockedURL: String? = null
The url not included in allowed sources.
frameAncestor
Link copied to clipboard
val frameAncestor: AffectedFrame? = null
isReportOnly
Link copied to clipboard
val isReportOnly: Boolean
sourceCodeLocation
Link copied to clipboard
val sourceCodeLocation: SourceCodeLocation? = null
violatedDirective
Link copied to clipboard
val violatedDirective: String
Specific directive that is violated, causing the CSP issue.
violatingNodeId
Link copied to clipboard
val violatingNodeId: BackendNodeId? = null

Sources

jvm source
Link copied to clipboard